projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906df50
)
(custom-mode-map): Add key binding `C-x C-s' to `Custom-save'.
author
Juri Linkov
<juri@jurta.org>
Sat, 1 May 2004 03:30:24 +0000
(
03:30
+0000)
committer
Juri Linkov
<juri@jurta.org>
Sat, 1 May 2004 03:30:24 +0000
(
03:30
+0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 951b14f7f05cfe4ae45f151f8129687f4c0894cd..11b91242cc2d91e1bd3bcb1f6c8d30bc6a1a1861 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-4023,6
+4023,7
@@
The format is suitable for use with `easy-menu-define'."
(suppress-keymap custom-mode-map)
(define-key custom-mode-map " " 'scroll-up)
(define-key custom-mode-map "\177" 'scroll-down)
+ (define-key custom-mode-map "\C-x\C-s" 'Custom-save)
(define-key custom-mode-map "q" 'Custom-buffer-done)
(define-key custom-mode-map "u" 'Custom-goto-parent)
(define-key custom-mode-map "n" 'widget-forward)